home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000127_news@columbia.edu _Thu May 23 13:17:49 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA28451 for <kermit.misc@watsun>; Thu, 23 May 1996 13:17:48 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id NAA25667 for kermit.misc@watsun; Thu, 23 May 1996 13:17:45 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MS-Kermit / multi-port cards (?)_
  8. Date: 23 May 1996 17:17:09 GMT
  9. Organization: Columbia University
  10. Lines: 9
  11. Message-ID: <4o26il$p1p@apakabar.cc.columbia.edu>
  12. References: <jodellDrrE5s.6o0@netcom.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <jodellDrrE5s.6o0@netcom.com>, Jake Odell <jodell@netcom.com> wrote:
  16. : Any body figured out how to use ms-kermit with a multi-port dumb card
  17. : like Digi, WCSC, etc? How do you tell Kermit to chech the vector port
  18. : to see which UART is generating the interrupt?
  19. Most such cards come with a "Fossil driver".  Install the fossil driver,
  20. then tell Kermit (version 3.14 is needed) to "set port fossil <number>".
  21.  
  22. - Frank